home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gBackHighMusicVolume, gBackLowMusicVolume, gFadeSteps, gOnIBM
- puppetSound("Cycle.aif")
- if gOnIBM then
- set gBackHighMusicVolume to 250
- set gBackLowMusicVolume to 130
- set gFadeSteps to 8
- else
- set gBackHighMusicVolume to 220
- set gBackLowMusicVolume to 80
- set gFadeSteps to 14
- end if
- set the volume of sound 1 to gBackLowMusicVolume
- updateStage()
- end
-